home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 3 / MacMania 3.toast / Demo's / KarmaMacDemo / GAME_G1.DXR / 00209.ls < prev    next >
Encoding:
Text File  |  1995-10-24  |  774 b   |  42 lines

  1. on exitFrame
  2.   global start, BallinSprite, BallCount, SpinCount, DropCount, count, a, b, c, d, e, f, h, j, k, l, n, o, p, r, t, u, v, w, x, y, left, right, down, UP, myState
  3.   initGame()
  4.   repeat with i = 3 to 28
  5.     puppetSprite(i, 1)
  6.   end repeat
  7.   set start to 1
  8.   set BallinSprite to 0
  9.   set BallCount to 0
  10.   set SpinCount to 0
  11.   set DropCount to 0
  12.   set count to 0
  13.   set left to 1
  14.   set right to 2
  15.   set down to 3
  16.   set UP to 4
  17.   set myState to 0
  18.   set a to 0
  19.   set b to 0
  20.   set c to 0
  21.   set d to 0
  22.   set e to 0
  23.   set f to 0
  24.   set h to 0
  25.   set j to 0
  26.   set k to 0
  27.   set l to 0
  28.   set n to 0
  29.   set o to 0
  30.   set p to 0
  31.   set r to 0
  32.   set t to 0
  33.   set u to 0
  34.   set v to 0
  35.   set w to 0
  36.   set x to 0
  37.   set y to 0
  38.   startTimer()
  39.   repeat while the timer < 60
  40.   end repeat
  41. end
  42.